In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / SaveToFTP Method

SaveToFTP Method (IGdPictureImaging)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(636)>

Function SaveToFTP( _

   ByVal ImageID As Integer, _

   ByVal ImageFormat As DocumentFormat, _

   ByVal EncoderParameter As Integer, _

   ByVal Host As String, _

   ByVal Path As String, _

   ByVal Login As String, _

   ByVal Password As String, _

   ByVal FTPPort As Integer _

) As GdPictureStatus
[DispId(636)]

GdPictureStatus SaveToFTP( 

   int ImageID,

   DocumentFormat ImageFormat,

   int EncoderParameter,

   string Host,

   string Path,

   string Login,

   string Password,

   int FTPPort

)
function SaveToFTP( 

    ImageID: Integer;

    ImageFormat: DocumentFormat;

    EncoderParameter: Integer;

    Host: String;

    Path: String;

    Login: String;

    Password: String;

    FTPPort: Integer

): GdPictureStatus; 
DispIdAttribute(636)

function SaveToFTP( 

   ImageID : int,

   ImageFormat : DocumentFormat,

   EncoderParameter : int,

   Host : String,

   Path : String,

   Login : String,

   Password : String,

   FTPPort : int

) : GdPictureStatus;
[DispId(636)]

GdPictureStatus SaveToFTP( 

   int ImageID,

   DocumentFormat ImageFormat,

   int EncoderParameter,

   string* Host,

   string* Path,

   string* Login,

   string* Password,

   int FTPPort

) 
[DispId(636)]

GdPictureStatus SaveToFTP( 

   int ImageID,

   DocumentFormat ImageFormat,

   int EncoderParameter,

   String^ Host,

   String^ Path,

   String^ Login,

   String^ Password,

   int FTPPort

) 

Parameters

ImageID
ImageFormat
EncoderParameter
Host
Path
Login
Password
FTPPort
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging
IGdPictureImaging Members